Scripting\Execution\ScriptIterativeInterpreter.cs (7)
275ScriptDataType.Sound => Result.From(this.scriptEngine.GetTag<SoundTag>(null, node.NodeData_32)),
276ScriptDataType.Effect => Result.From(this.scriptEngine.GetTag<EffectTag>(null, node.NodeData_32)),
277ScriptDataType.DamageEffect => Result.From(this.scriptEngine.GetTag<DamageEffectTag>(null, node.NodeData_32)),
278ScriptDataType.LoopingSound => Result.From(this.scriptEngine.GetTag<LoopingSoundTag>(null, node.NodeData_32)),
279ScriptDataType.TagReference => Result.From(this.scriptEngine.GetTag<BaseTag>(null, node.NodeData_32)),
280ScriptDataType.Animation => Result.From(this.scriptEngine.GetTag<AnimationGraphTag>(null, node.NodeData_32)),
281ScriptDataType.Model => Result.From(this.scriptEngine.GetTag<RenderModelTag>(null, node.NodeData_32)),